home *** CD-ROM | disk | FTP | other *** search
- In article <ashok.593.2D9D0326@biochemistry.cwru.edu> ashok@biochemistry.cwru.edu (Ashok Aiyar) writes:
- >From: ashok@biochemistry.cwru.edu (Ashok Aiyar)
- >Subject: Re: HOSTS conflicts with winsock clients
- >Date: Sat, 2 Apr 1994 05:31:19 GMT
-
- >In article <2nirat$fji@sugar.NeoSoft.COM> grosin@sugar.NeoSoft.COM (Gary Rosin) writes:
-
- >>In article <ashok.592.2D9CEC71@biochemistry.cwru.edu>,
- >>Ashok Aiyar <ashok@biochemistry.cwru.edu> wrote:
- >>>sam.neosoft.com is 198.64.6.17
- >>>
-
- >>Thanks, I'll try that. BTW, how did you know the IP address for
- >>sam.neosoft.com (yet another newbie question)?
-
- >Using NSLOOKUP. Here is actual output.
-
- >nslookup
- >Default Server: ns.CWRU.Edu
- >Address: 129.22.4.1
-
- >> sam.neosoft.com
- >Server: ns.CWRU.Edu
- >Address: 129.22.4.1
-
- >Non-authoritative answer:
- >Name: sam.neosoft.com
- >Address: 198.64.6.17
-
- There is also a winsock app 'ws_ping' that will allow you to look up ip
- addresses. It is at 129.29.64.246 in the /pub/msdos directory.
-
- Jason
- From news@bigblue.oit.unc.edu Wed Apr 2 03:05:01 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA03140; Sat, 2 Apr 1994 15:12:16 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA19502; Sat, 2 Apr 1994 14:59:35 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 2 Apr 1994 09:05:01 -0600
- From: grosin@sugar.NeoSoft.COM (Gary Rosin)
- Message-Id: <2nk1it$1a3@sugar.NeoSoft.COM>
- Organization: NeoSoft Internet Services +1 713 684 5969
- Sender: ses
- References: <ashok.592.2D9CEC71@biochemistry.cwru.edu>, <2nirat$fji@sugar.NeoSoft.COM>, <ashok.593.2D9D0326@biochemistry.cwru.edu>
- Subject: Re: HOSTS conflicts with winsock clients
-
- In article <ashok.593.2D9D0326@biochemistry.cwru.edu>,
- Ashok Aiyar <ashok@biochemistry.cwru.edu> wrote (EDITED):
- >In article <2nirat$fji@sugar.NeoSoft.COM>
- >grosin@sugar.NeoSoft.COM (Gary Rosin) writes (EDITED):
- >
- >> [H]ow did you know the IP address for
- >>sam.neosoft.com (yet another newbie question)?
- >
- >Using NSLOOKUP.
-
- I used NSLOOKUP to check the IP addresses for the various servers
- associated with my SLIP server & discovered that several separate
- Internet addresses are aliases for a single server.
-
- Will the HOSTS file handle aliases also? How--just entering them as
- other addresses?
-
-
- --
- *******************************************************************
- Gary S. Rosin grosin@sugar.neosoft.com
- *******************************************************************
- From news@bigblue.oit.unc.edu Wed Apr 2 00:35:08 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA05496; Sat, 2 Apr 1994 15:42:14 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA19474; Sat, 2 Apr 1994 15:38:38 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 2 Apr 1994 08:35:08 -0800
- From: craign@teleport.com (Craig R. Nelson)
- Message-Id: <2nk6rs$okn@linda.teleport.com>
- Organization: Teleport - Portland's Public Access (503) 220-1016
- Sender: ses
- References: <stevenmz.38.0017996A@teleport.com>
- Subject: Re: WINSOCK.DLL - Error Code 10093 and WSAStartUp()
-
- Steve
-
- How are you calling WSAStartup() ? The proper parameters ahould be the
- desired version of WINSOCK and a WSADATA structure. For Pascal it would
- look something like this:
-
- const
-
- WSADESCRIPTION_LEN = 256;
- WSASYS_STATUS_LEN = 128;
-
-
- Type
-
- PWSAData = ^TWSAData;
- TWSAData = Record
- wVersion : Word;
- wHighVersion : Word;
- szDescription : Array[0..WSADESCRIPTION_LEN] of char;
- szSystemStatus : Array[0..WSASYS_STATUS_LEN] of char;
- iMaxSockets : u_short;
- iMaxUdpDg : u_short;
- lpVendorInfo : ^Char;
- end;
-
- var wsaData : TWSAData;
- errCode : Integer;
-
- begin
-
- errCode := WSAStartup( $0101, wsaData );
- .. process any errors ..
- end.
-
-
- Hope this helps. We keep this up and we're going to have to get a
- teleport.internet.programmer newsgroup going :)
-
-
- --
- craign@teleport.COM Public Access User --- Not affiliated with TECHbooks
- Public Access UNIX and Internet at (503) 220-1016 (1200/2400, N81)
- From news@bigblue.oit.unc.edu Sat Apr 2 17:22:30 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA08521; Sat, 2 Apr 1994 16:12:14 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA16062; Sat, 2 Apr 1994 16:07:15 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Sat, 2 Apr 1994 17:22:30 +0000
- From: JdB@perfect.demon.co.uk (Johan de Bruin)
- Message-Id: <765307350snz@perfect.demon.co.uk>
- Organization: Perfect Solutions
- Sender: ses
- Reply-To: JdB@perfect.demon.co.uk
- Subject: Setting up system
-
- Hi All
-
- I have a problem (who doesn't?)
-
- I have been monitoring this newsgroup for about a week now, but
- nobody seems to have discussed my problem(s) yet!
-
- Problem:
- Help needed with setting up a/any version of Gopher/Archiw/WWW etc to run
- under Windows
- Specifically:
- - Which Windows version? (I have been able to figure out that it MUST be
- WfW3.11)
- - Which protocols do you have to load?
- - Which network drivers do you have to have
- - Is it possible to do so without actually having a network card installed?
- - If not, and a card is provided, MUST it be connected up to a valid network?
- (You've got it, I do use WfW3.11, but no network!)
- - I have the necessary Windows programs, and what I believe to be the
- proper WINSOCK.DLL, but keep on getting a message that all the libraries
- are not present etc. etc.
-
- DOS is frustrating me, right now WINDOWS is killing me!!
- All you wonderful people that:
- a) have it up & running
- b) program these nice utilities
- HELP HELP HELP please.
-
- --
- Johan de Bruin
- Internet : jdb@perfect.demon.co.uk
- Compu$erve : 70613.167@compuserve.com
- Perfect Solutions BBS @ Coventry 0203-362968
- Operational every day 23:00 - 06:30
-
-